/*通用类*/

html,body{
	height: 100%;background:#9f1515
}
body{ }
@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

*{
	margin:0;
	padding:0;	
}
body{	
	height: 100%;
	min-width:1200px;
	margin:0 auto;
	font-size:14px;	

	text-align:justify;	
	color:#000;
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#000;
	text-decoration:none;	
	outline:none;
}
a:hover{
	color:#f60;	
}
ul{
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
select {
	 appearance:none; 
    -moz-appearance:none; 
    -webkit-appearance:none;
}
input,textarea{
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#515151;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#515151;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#515151;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#515151;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.menu{ text-align:center;}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
.line50{
	font-size:1px;height:50px;width:100%;clear:both;	
}
.line150{
	font-size:1px;height:150px;width:100%;clear:both;	
}
.show {
	display:block !important;
}

/*wrapin 主体容器宽度*/
.wrapin{
	width:1400px;
	margin-left:auto;
	margin-right:auto;
}

/*公用CSS 开始*/

header{
	width: 100%; border-bottom:#600000 solid 1px;
	background-color: #9f1515;
}
header img{
	margin: 20px 30px;
}
.menu a{
	font-size: 17px; position: relative;
	color: #FFFFFF;padding:10px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

	display: inline-block;
}
.menu a:hover{ background: #b71e04}
.menu a:after{opacity:0;
	filter:alpha(opacity=0);-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; content: ''; z-index: 5; display: block; width:1%; border-bottom: #fff solid 2px; left: 50%; margin-left: -0.5%; position:absolute; bottom: 0px;}
.menu a:hover:after{opacity:1;
	filter:alpha(opacity=100); width: 70%; margin-left: -35% }
.bott{
	width: 100%;
	 border-top:#600000 solid 1px;
	background-color: #9f1515; padding:30px 0;
}
.cont{ padding:20px 0}
.bott p{
	color: #ccc;
	text-align: center;
	padding-top:10px;
}
.text_a{
	width: 100%;	
}
.bnne .swiper-slide {
	position: relative;
}
.bnne .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 85px;
	line-height: 85px;
	background: rgba(0,0,0,0.5);
}
.bnne .text a {
	padding: 0 10px;
	font-size: 24px;
	color: #fff;
}
.bnne .swiper-pagination {
	left: auto;
	width: auto;
	right: 30px;
	bottom: 24px;
	
}
.bnne .swiper-slide img{
	display: block; width:100%; height:100%;  object-fit: cover; display:block; width:100%; height:100%; 
}
.bnne .swiper-pagination-bullet {
	width: 20px; margin:0 10px;
	height: 20px;
	background-color: #FFFFFF;
}
.bnne .swiper-pagination-bullet-active {
	background: #9f1515;
	
}
.cont{	width: 1004px;margin:0 auto;}
.bus_wp{

	position: relative;
	overflow: hidden;
}
.names{ background: #600000; padding: 10px 0}
.names h2{ color: #fff; font-size: 28px;}
.names h2:before{ content: ''; display: inline-block; width: 4px; height: 28px; background: #fff; vertical-align: middle; margin-right: 15px}
.bus_wp .s_list{
	width: 900px;
}
.bus_item{
	width: 261px;
	height: 250px;
	float: left;
	margin-right:30px;
}
.bus_item .photo{
	display: block;
	width: 261px;
	height: 173px;
	position: relative;
	overflow: hidden;
}
.bus_item .photo img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.bus_item .name{
	text-align: center;
	line-height: 26px;
	padding:8px 15px 0 15px;
}

.page{
	text-align: center;
	padding-top:30px;
	height: 30px;
	line-height: 30px;
	font-size:14px;
}
.page a,.page span{
	display: inline-block;
	height: 28px;
	line-height: 28px;
	border:1px solid #666;
	padding:0 10px;
	margin:0 3px;
}
.page a:hover,.page .hover{
	color:#fff;
	background:#0087c3;
	border-color:#0087c3;
}.News_list li { padding:20px; border-bottom:1px dashed #dddddd; color:#000; font-size:14px;}
.News_list li p {display:inline-block; width:680px; height:19.5px; overflow:hidden}
.News_list li span { float:right}
.News_list li a{ color: #fff}
.ss{ color: #fff; line-height: 30px; font-size: 14px}